gtkcssprovider: fix a crash in gtk_css_provider_parsing_error
authorDan Winship <danw@gnome.org>
Fri, 9 Sep 2011 13:32:54 +0000 (09:32 -0400)
committerDan Winship <danw@gnome.org>
Fri, 9 Sep 2011 13:37:44 +0000 (09:37 -0400)
commite028a5c09090f7a153e0a57459edbb93dcf9e126
treea3203b8cb1fd049c1cd933e4696ae5245ab6493b
parentb71f28037fea548edd36e879d05c772656481813
gtkcssprovider: fix a crash in gtk_css_provider_parsing_error

"info" was being declared in two different scopes, and the one that
was freed wasn't the one that was set.
gtk/gtkcssprovider.c